*{
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  background-size:cover;
  background-repeat: none;
  background-position: center;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  
}
ul {
  list-style-type: none;
  padding:  auto auto 10px;
  margin: 0px;
}

.text{
  margin-top: 0cm;
  padding:18px; 
}

header {
  margin-top: -2cm ;
  text-align: center;
  padding: 20px;
  margin-bottom: -1cm;
}

#heading {
  font-size: 2cm;
  font-family:'segoe print';
  font-weight: bold;
  color: wheat;
}

.para{
  margin-top: .0cm;
  font-size: .7cm;
  font-family:'segoe print';
  font-weight: bold;
  margin-bottom: 2cm;
  line-height: 2cm;
}

#wishes{
  font-size: 0.7cm;
  font-family:'segoe print';
  font-weight: bold;
  text-align: center;
  
  margin: 10px;
  padding: 20px;
  background-color: rgba(5, 5, 22, 0.2);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(167, 87, 87, 0.2);
}


#countdown {
  text-align: center;
}

#timer {
  display: flex;
  justify-content: center;
  align-items: center;
}

#timer div {
  /* flex: 1; */
  margin: 10px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#timer span {
  display: block;
  font-size: 36px;
  font-weight: bold;
}

span[id^="days"],
span[id^="hours"],
span[id^="minutes"],
span[id^="seconds"] {
  
  color: #fff;
}

footer {
  position: fixed;
  text-align: center;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.4cm;
  padding-top: 0cm;
  padding-bottom: 0cm;
  height: 1 cm;

  body{
      color:black;
  }
.text{
  margin-top: 0;
line-height: 0.25cm;
  
}
#icon {
  background: rgba(0,0,0,0.5);
}
}